home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / config.dir / 00022.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  1019 b   |  32 lines

  1. global gsoundloopflag, gbgm, gmuscount, gspspeed
  2.  
  3. on exitFrame
  4.   case gmuscount of
  5.     1:
  6.       set the castNum of sprite 2 to the number of member "ChkMus"
  7.     2:
  8.       set the castNum of sprite 3 to the number of member "ChkMus"
  9.     3:
  10.       set the castNum of sprite 4 to the number of member "ChkMus"
  11.     4:
  12.       set the castNum of sprite 5 to the number of member "ChkMus"
  13.   end case
  14.   if gsoundloopflag = 1 then
  15.     set the castNum of sprite 6 to the number of member "ChkLoop"
  16.   end if
  17.   case gspspeed of
  18.     (12 * 60):
  19.       set the castNum of sprite 7 to the number of member "ChkSSp"
  20.     (10 * 60):
  21.       set the castNum of sprite 8 to the number of member "ChkSSp"
  22.     (8 * 60):
  23.       set the castNum of sprite 9 to the number of member "ChkSSp"
  24.     (6 * 60):
  25.       set the castNum of sprite 10 to the number of member "ChkSSp"
  26.     (4 * 60):
  27.       set the castNum of sprite 11 to the number of member "ChkSSp"
  28.     (2 * 60):
  29.       set the castNum of sprite 12 to the number of member "ChkSSp"
  30.   end case
  31. end
  32.